The Path Settings tab
The Path Settings tab on the Palantir Reporting screen is used to specify where reports will be stored and how they will be named.
The Sample Path field shows the path and names of reports according to options selected in the output path section, the SubPath section and the File Naming section.
The SubPath options determine if any sub-folders will be created and how they will be named. The File Naming options determine the names under which reports will be stored in those sub-folders.
Naming elements are applied from top to bottom. To add an element, check the box next to its name. You can change the order of elements by clicking on the arrow buttons. The description of all fields is given in the table below.
To restore default settings, click on the Reset button.
Note: Avoid using special symbols (-, +, &, and so on) and punctuation marks in User Field 1 and 2.
Option | Description |
---|---|
User Field 1 and 2 | Text fields where you can specify a naming element not present on the list. For example, here you can enter the purpose of the report, or your department name for better report tracking. |
Calculation Date Time | Date and time when the selected Run was calculated. Select the format from the list or type a custom format (see more information below). |
Report Run Date Time | Date and time when the report was run. Select the format from the list or type a custom format (see more information below). |
Node Name | Name of the node that contains a project selected for reporting. |
Project Name | Name of the project selected for reporting. |
Result Set | Name of the Result Set that contains the project selected for reporting. |
Result Set Run | Name of the Run that contains the project selected for reporting. |
User Name | Name of the user who runs the reports. |
Node Path | Location of the node, which contains projects selected for reporting, in the hierarchy. |
Report Template Name | Name of the template selected for reporting. |
The table below describes elements of the custom date format.
Note: The following characters are not allowed: [,/, *, ?, ", <, >, |, +, ].
Format specifier | Description |
---|---|
d | Represents the day of the month as a number from 1 through 31. A single-digit day is formatted without a leading zero. |
dd | Represents the day of the month as a number from 01 through 31. A single-digit day is formatted with a leading zero. |
ddd | Represents the abbreviated name of the day of the week as defined in the current system globalization date format abbreviated day names. |
dddd (plus any number of additional "d" specifiers) | Represents the full name of the day of the week as defined in the current system globalization day names. |
ff | Represents the two most significant digits of the seconds fraction. |
fff | Represents the three most significant digits of the seconds fraction. |
ffff | Represents the four most significant digits of the seconds fraction. |
fffff | Represents the five most significant digits of the seconds fraction. |
ffffff | Represents the six most significant digits of the seconds fraction. |
fffffff | Represents the seven most significant digits of the seconds fraction. |
FF | Represents the two most significant digits of the seconds fraction. However, trailing zeros, or two zero digits, are not displayed. |
FFF | Represents the three most significant digits of the seconds fraction. However, trailing zeros, or three zero digits, are not displayed. |
FFFF | Represents the four most significant digits of the seconds fraction. However, trailing zeros, or four zero digits, are not displayed. |
FFFFF | Represents the five most significant digits of the seconds fraction. However, trailing zeros, or five zero digits, are not displayed. |
FFFFFF | Represents the six most significant digits of the seconds fraction. However, trailing zeros, or six zero digits, are not displayed. |
FFFFFFF | Represents the seven most significant digits of the seconds fraction. However, trailing zeros, or seven zero digits, are not displayed. |
g or gg | Represents the period or era (A.D. for example). This specifier is ignored if the date to be formatted does not have an associated period or era string. |
h | Represents the hour as a number from 1 through 12, that is, the hour as represented by a 12-hour clock that counts the whole hours since midnight or noon. Consequently, a particular hour after midnight is indistinguishable from the same hour after noon. The hour is not rounded, and a single-digit hour is formatted without a leading zero. For example, given a time of 5:43, this format specifier displays "5". |
hh, hh (plus any number of additional "h" specifiers) | Represents the hour as a number from 01 through 12, that is, the hour as represented by a 12-hour clock that counts the whole hours since midnight or noon. Consequently, a particular hour after midnight is indistinguishable from the same hour after noon. The hour is not rounded, and a single-digit hour is formatted with a leading zero. For example, given a time of 5:43, this format specifier displays "05". |
H | Represents the hour as a number from 0 through 23, that is, the hour as represented by a zero-based 24-hour clock that counts the hours since midnight. A single-digit hour is formatted without a leading zero. |
HH, HH (plus any number of additional "H" specifiers) | Represents the hour as a number from 00 through 23, that is, the hour as represented by a zero-based 24-hour clock that counts the hours since midnight. A single-digit hour is formatted with a leading zero. |
m | Represents the minute as a number from 0 through 59. The minute represents whole minutes passed since the last hour. A single-digit minute is formatted without a leading zero. |
mm, mm (plus any number of additional "m" specifiers) | Represents the minute as a number from 00 through 59. The minute represents whole minutes passed since the last hour. A single-digit minute is formatted with a leading zero. |
M | Represents the month as a number from 1 through 12. A single-digit month is formatted without a leading zero. |
MM | Represents the month as a number from 01 through 12. A single-digit month is formatted with a leading zero. |
MMM | Represents the abbreviated name of the month as defined in the current system globalization date format abbreviated month names. |
MMMM | Represents the full name of the month as defined in the current system globalization date format month full names. |
s | Represents the seconds as a number from 0 through 59. The second represents whole seconds passed since the last minute. A single-digit second is formatted without a leading zero. |
ss, ss (plus any number of additional "s" specifiers) | Represents the seconds as a number from 00 through 59. The second represents whole seconds passed since the last minute. A single-digit second is formatted with a leading zero. |
t | Represents the first character of the A.M./P.M. designator defined in the current system globalization date format AM designator or PM designator. The A.M. designator is used if the hour in the time being formatted is less than 12; otherwise, the P.M. designator is used. |
tt, tt (plus any number of additional "t" specifiers) | Represents the A.M./P.M. designator as defined in the current system globalization date format AM designator or PM designator. The A.M. designator is used if the hour in the time being formatted is less than 12; otherwise, the P.M. designator is used. |
y | Represents the year as at most a two-digit number. If the year has more than two digits, only the two low-order digits appear in the result. If the year has fewer than two digits, the number is formatted without a leading zero. |
yy | Represents the year as a two-digit number. If the year has more than two digits, only the two low-order digits appear in the result. If the year has fewer than two digits, the number is padded with leading zeroes to achieve two digits. |
yyy | Represents the year as a three-digit number. If the year has more than three digits, only the three low-order digits appear in the result. If the year has fewer than three digits, the number is padded with leading zeroes to achieve three digits. |
yyyy | Represents the year as a four-digit number. If the year has more than four digits, only the four low-order digits appear in the result. If the year has fewer than four digits, the number is padded with leading zeroes to achieve four digits. |
yyyyy (plus any number of additional "y" specifiers) |
Represents the year as a five-digit number. If the year has more than five digits, only the five low-order digits appear in the result. If the year has fewer than five digits, the number is padded with leading zeroes to achieve five digits. If there are additional "y" specifiers, the number is padded with as many leading zeroes as necessary to achieve the number of "y" specifiers. |
Any other character | Any other character is copied to the result string, and does not affect formatting. |